home *** CD-ROM | disk | FTP | other *** search
/ The Complete Interactive…ermaid's Special Edition) / The Complete Interactive Cookbook - Mermaid's Special Edition [Compton's, 1999].iso / INSTALL / install.cfg < prev    next >
Text File  |  1999-01-22  |  832b  |  31 lines

  1. //
  2. // Post-Install Glue (PIG) Script
  3. //
  4.  
  5. //embed-head//
  6.  
  7. child installx.exe /sms
  8.  
  9. // collect the paths
  10. set $4 to findfile {%windir}"Start Menu" "The Complete Interactive Cookbook.lnk" 5
  11. set $5 to pathname {$4}
  12. set $6 to alias {$4} start
  13.  
  14. // copy the PIG
  15. copy "cosrec.exe" {$6}"\cosrec.exe"
  16. copy "cdlink.ini" {$6}"\cdlink.ini"
  17. copy "mermaid.ico" {$6}"\mermaid.ico"
  18.  
  19. // setup the cdlink.ini file
  20. inifile {$6}"\cdlink.ini" "Default" "Desc" "Chicken of the Sea Complete Interactive Cookbook"
  21. inifile {$6}"\cdlink.ini" "Default" "Skip" "Skip"
  22. set $7 to registry "SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\cook32.exe" "Path"
  23. inifile {$6}"\cdlink.ini" "Default" "Root" {$7}
  24.  
  25. // create shortcut
  26. shortcut {$5}"Chicken of the Sea Recipes.lnk" {$6}"\cosrec.exe" {$6}"\mermaid.ico"
  27.  
  28. stop
  29.  
  30. //embed-tail//
  31.